home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / e_to_l / grapher / grid1.dfm / grid1.txt
Encoding:
Text File  |  1996-09-15  |  1.0 KB  |  55 lines

  1. object Dataentry: TDataentry
  2.   Left = 157
  3.   Top = 103
  4.   BorderStyle = bsDialog
  5.   Caption = 'Data Entry'
  6.   ClientHeight = 214
  7.   ClientWidth = 464
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   TextHeight = 13
  16.   object StringGrid1: TStringGrid
  17.     Left = 0
  18.     Top = 0
  19.     Width = 464
  20.     Height = 176
  21.     Align = alClient
  22.     ColCount = 10
  23.     FixedCols = 0
  24.     FixedRows = 0
  25.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
  26.     RowCount = 3
  27.     TabOrder = 0
  28.     OnDrawCell = StringGrid1DrawCell
  29.     RowHeights = (
  30.       24
  31.       24
  32.       24)
  33.   end
  34.   object Panel1: TPanel
  35.     Left = 0
  36.     Top = 176
  37.     Width = 464
  38.     Height = 38
  39.     Align = alBottom
  40.     TabOrder = 1
  41.     object OKBtn: TBitBtn
  42.       Left = 64
  43.       Top = 5
  44.       Width = 77
  45.       Height = 27
  46.       TabOrder = 0
  47.       OnClick = OKBtnClick
  48.       Kind = bkOK
  49.       Margin = 2
  50.       Spacing = -1
  51.       IsControl = True
  52.     end
  53.   end
  54. end
  55.